POV-Ray : Newsgroups : povray.binaries.images : craters : Re: craters Server Time
3 Oct 2024 23:23:16 EDT (-0400)
  Re: craters  
From: H E  Day
Date: 2 Jan 2000 16:12:43
Message: <386FBDB7.7202E216@teleport.com>
Chris, I've got a problem.  The code I used to make this works in the
Mini-Patch but not in the Mega-Patch.  Any clue?

#declare Texture =
texture {
pigment { granite
color_map {
[0 rgb .5]
[1 rgb .75]
}
scale 5
}
finish {ambient 0 diffuse 1}
}
texture {
pigment { bozo
pigment_map {
[.1 rgbt 1]
[.9 granite
color_map {
[0 rgb .75]
[1 rgb 1]
}
scale 10
]
}
scale .5
turbulence .5
omega .125
}
finish {ambient 0 diffuse 1}
}
#declare Base=function {"Sphere",<1>}
#declare Moonlikebumps=
function {
pigment {granite
color_map {[0 rgb 0][1 rgb 1]}
scale 2.5
}
}
isosurface {
function {
Base(x,y,z)+Moonlikebumps(x,y,z)*.2
//+(Oid(-y,-z,-x))*.2
//+(Oid2(x,y,z))*.25/10
//+(Oid3(x,y,z))*.25/20
}
eval
accuracy .005
bounded_by{sphere{0,1}}
texture {Texture}
}


camera {
direction 1
location <-1,1,-1>*2
look_at <0,0,0>
}

light_source {<25,20,-50>*100 rgb <1.15,1.15,1>*1}
light_source {<0,-20,50>*100 rgb <.5,.5,1>/2}


H.E. Day
------------------------
Science is merely a method of gathering data and information.
Science *cannot* prove facts.
It can only provide theories that fit given data.
Technology is merely Science applied to common situations.
Technology is used for both good and evil.
Society is a framework mostly dependent on the willing participation of it
subjects.
Kingdoms and dominions come and go, none are eternal.
In the end, Society, Technology, and Science do not matter.  Only the
actions
and choices of the individual will matter. <><


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.